.index {
	position: relative;
	z-index: 2;
	background: #fff;
}
.breadcrumb {
	margin-bottom: 50px;
}
.breadcrumb span {
	padding-right: 15px;
	color: #ccc;
}

.blank60 {
	height: 60px;
}
.title, .title-2 {
	padding: 50px 0px 60px 0px;
	text-align: center;
	text-transform: uppercase;
}
.title h1, .title h3 a {
	color: #038A03;
	line-height: 45px;
	height: 45px;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}
.title h3 small {
	display: block;
	clear: both;
	margin: 20px 0px 10px 0px;
	color: #a1a1a1;
	font-size: 10px;
}
.title p, .title-index-1 p {
	margin: 10px auto 30px auto;
	line-height: 20px;
	color: #333;
	font-size: 16px;
}
.title span {
}
@media (min-width: 768px) {
.title p, .title-index-1 p {
	width: 600px;
}
}
.title-2 a {
	font-size: 30px;
}
.title-2 h3 a small {
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
	color: #a1a1a1;
	font-size: 8px;
}
.box2 {
	padding: 80px 0;
}
.list-container a {
	color: #333;
}
.list-container p {
	color: #888;
}
.list-container h4 {
	color: #000;
	font-weight: bold;
}
.list-container .row {
	margin-bottom: 15px;
}
.list-container .news-list {
	margin-bottom: 0;
}
.title10 {
	text-align: center;
	margin-bottom: 40px;
}
.title10 h4 {
	color: #333;
	margin: 0;
	font-size: 26px
}
.title10 h4 a {
	color: #333
}
.title10 p {
	font-size: 12px;
	color: #333;
	line-height: 30px
}
.title10 ul {
	padding: 0;
	margin: 20px 0
}
.title10 ul li {
	display: inline-block;
	border-right: 1px solid #EEE
}
.title10 ul li a {
	color: #616161;
	margin-right: 2px;
	display: inline-block;
	transition: all .3s ease-out 0s;
	padding: 5px 20px
}
.title10 ul li a:hover, .title10 ul li.active a {
	background: #038A03;
	color: #fff
}
.section4 {
	padding: 80px 0 40px;
}
.s5-item {
	margin: 20px 0;
	position: relative;
	top: 0;
	transition: 600ms;
}
.s5-item:hover {
	top: -20px;
}
.s5-item a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.s5-img {
	display: block;
	overflow: hidden
}
.s5-img img {
/*	width: 100%;
	height: auto;*/
	width: 360px;
	height:270px;
	margin: 0 auto;
	transition: .6s
}
.s5-text {
	padding-top: 20px
}
.s5-text h4 {
	margin: 0;
	color: #000;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.s5-item:hover .s5-text h4 {
	color: #000000
}
.s5-text span {
	color: #8a8a8a;
	display: block;
	font-size: 13px
}
.s5-text p {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	height: 60px;
	overflow: hidden
}
.s3-more a {
	display: block;
	width: 160px;
	height: 34px;
	margin: 50px auto 60px;
	border: 1px solid #ccc;
	position: relative;
	transition: all .5s ease 0s;
	text-indent: -9999px;
}
.s3-more a:before {
	content: "";
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	background: url(../newsimg/jiantou.png) no-repeat 32px -97px;
	transition: all .3s ease-out 0s
}
.s3-more a:hover:before {
	background: url(../newsimg/jiantou.png) no-repeat 32px -126px
}
.s3-more a:after {
	content: "";
	display: block;
	height: 32px;
	width: 160px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s ease-out 0s;
	border: 3px solid #ffffff
}
.s3-more a:hover:after {
	opacity: 1;
	transform: scale(1.03, 1.1);
	left: -1px
}
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}